home *** CD-ROM | disk | FTP | other *** search
- object Form14: TForm14
- Left = 51
- Top = 496
- ActiveControl = Button1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'FreeRAM XP Pro Result Report'
- ClientHeight = 284
- ClientWidth = 285
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 5
- Top = 302
- Width = 279
- Height = 13
- Caption = 'Note: change this setting permanently in Settings->Memory.'
- end
- object CGauge1: TxGauge
- Left = 6
- Top = 20
- Width = 273
- Height = 17
- BarForeColor = clBlue
- BarBackColor = clWhite
- TextForeColor = clBlack
- TextBackColor = clWhite
- end
- object CGauge2: TxGauge
- Left = 6
- Top = 58
- Width = 273
- Height = 17
- BarForeColor = clBlue
- BarBackColor = clWhite
- TextForeColor = clBlack
- TextBackColor = clWhite
- end
- object CGauge3: TxGauge
- Left = 6
- Top = 94
- Width = 273
- Height = 17
- BarForeColor = clBlue
- BarBackColor = clWhite
- TextForeColor = clBlack
- TextBackColor = clWhite
- end
- object StaticText1: TStaticText
- Left = 4
- Top = 255
- Width = 277
- Height = 26
- AutoSize = False
- Caption =
- 'Note: To disable the automatic display of this window, uncheck "' +
- 'Display a freeing results.." under Memory Mode.'
- TabOrder = 7
- end
- object Button1: TButton
- Left = 3
- Top = 227
- Width = 90
- Height = 25
- Hint = 'Close this window'
- Cancel = True
- Caption = '&Close'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button3: TButton
- Left = 98
- Top = 227
- Width = 90
- Height = 25
- Hint = 'Save the text above to your hard drive'
- Caption = '&Save'
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 192
- Top = 227
- Width = 90
- Height = 25
- Hint = 'Print the text in the edit box'
- Caption = '&Print'
- TabOrder = 3
- OnClick = Button4Click
- end
- object StaticText3: TStaticText
- Left = 4
- Top = 3
- Width = 159
- Height = 17
- Hint = 'Shows how much RAM was free when FreeRAM XP began working.'
- Caption = 'RAM at start of operation: 33 MB'
- TabOrder = 4
- end
- object StaticText5: TStaticText
- Left = 4
- Top = 40
- Width = 108
- Height = 17
- Hint = 'Shows how much RAM is free now.'
- Caption = 'RAM currently: 40 MB'
- TabOrder = 5
- end
- object StaticText6: TStaticText
- Left = 4
- Top = 77
- Width = 171
- Height = 17
- Hint = 'Shows how much RAM was gained by FreeRAM XP.'
- Caption = 'RAM gained since starting: 100 MB'
- TabOrder = 6
- end
- object RichEdit1: TRichEdit
- Left = 5
- Top = 115
- Width = 274
- Height = 107
- Hint = 'Displays information about your computer.'
- PlainText = True
- PopupMenu = PopupMenu1
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 283
- Width = 257
- Height = 17
- Hint =
- 'Displays the number of seconds until this window automatically c' +
- 'loses, and toggles the automatic close for this time only. To ch' +
- 'ange permanently, go to Settings->Memory->Other Memory Options.'
- Caption = 'Automatically closing in 999999 seconds'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- State = cbChecked
- TabOrder = 8
- OnClick = CheckBox1Click
- end
- object StaticText8: TStaticText
- Left = 112
- Top = 96
- Width = 67
- Height = 14
- Alignment = taCenter
- AutoSize = False
- Caption = '304%'
- Color = clBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 9
- Visible = False
- end
- object PopupMenu1: TPopupMenu
- OnPopup = PopupMenu1Popup
- Left = 40
- Top = 184
- object SelectAll1: TMenuItem
- Caption = '&Select All'
- ShortCut = 16449
- OnClick = SelectAll1Click
- end
- object Copy1: TMenuItem
- Caption = '&Copy Selected'
- ShortCut = 16451
- OnClick = Copy1Click
- end
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 248
- Top = 344
- end
- end
-